use jfrog docker repo and ninja for codeql. (#1030)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Tue, 7 Mar 2023 17:24:56 +0000 (10:24 -0700)
committerGitHub <noreply@github.com>
Tue, 7 Mar 2023 17:24:56 +0000 (10:24 -0700)
.github/workflows/codeql-analysis.yml

index 63e5f675d1fae1f4fa717d7398304ee4e64de629..07914455176a4e7977cf99ef3f82296806387624 100644 (file)
@@ -26,7 +26,10 @@ jobs:
   analyze:
     name: Analyze
     runs-on: ubuntu-latest
-    container: tsteven4/gpsbabel_build_environment_focal
+    container:
+      image: gpsbabel-docker.jfrog.io/tsteven4/gpsbabel_build_environment_focal
+      env:
+        CMAKE_GENERATOR: Ninja
 
     strategy:
       fail-fast: false